From: Jay Belanger Date: Sat, 4 Aug 2007 15:12:22 +0000 (+0000) Subject: (calc-curve-fit): Change plot indicator. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17523 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b030533ff5c1ee3254efc83d8543f76cd00a1091;p=emacs.git (calc-curve-fit): Change plot indicator. --- diff --git a/lisp/calc/calcalg3.el b/lisp/calc/calcalg3.el index eb3611c3fd0..5aa410be19e 100644 --- a/lisp/calc/calcalg3.el +++ b/lisp/calc/calcalg3.el @@ -137,7 +137,7 @@ (message "Fit to model: %s:%s%s" (nth which msgs) - (if plot "p" " ") + (if plot "P" " ") (if homog "h" "")) (setq key (read-char)) (cond ((= key ?\C-g)